crypto/tls.clientHandshakeStateTLS13.certReq (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L32: certReq *certificateRequestMsgTLS13
handshake_client_tls13.go#L644: hs.certReq = certReq
handshake_client_tls13.go#L764: if hs.certReq == nil {
handshake_client_tls13.go#L776: AcceptableCAs: hs.certReq.certificateAuthorities,
handshake_client_tls13.go#L777: SignatureSchemes: hs.certReq.supportedSignatureAlgorithms,
handshake_client_tls13.go#L788: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_client_tls13.go#L789: certMsg.ocspStapling = hs.certReq.ocspStapling && len(cert.OCSPStaple) > 0
handshake_client_tls13.go#L803: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |